compile: lab9.c arrayProcessing.c 
	gcc -Wall lab9.c arrayProcessing.c 

run: compile
	./a.out

clean:
	rm *.out
